github.com/andybalholm/brotli.Writer.last_bytes_ (field)
17 uses
github.com/andybalholm/brotli (current package)
encode.go#L90: last_bytes_ uint16
encode.go#L537: s.last_bytes_ = 0
encode.go#L553: encodeWindowBits(lgwin, s.params.large_window, &s.last_bytes_, &s.last_bytes_bits_)
encode.go#L797: storage[0] = byte(s.last_bytes_)
encode.go#L798: storage[1] = byte(s.last_bytes_ >> 8)
encode.go#L806: s.last_bytes_ = uint16(storage[storage_ix>>3])
encode.go#L888: storage[0] = byte(s.last_bytes_)
encode.go#L889: storage[1] = byte(s.last_bytes_ >> 8)
encode.go#L891: s.last_bytes_ = uint16(storage[storage_ix>>3])
encode.go#L924: header[0] = byte(s.last_bytes_)
encode.go#L925: header[1] = byte(s.last_bytes_ >> 8)
encode.go#L926: s.last_bytes_ = 0
encode.go#L950: var seal uint32 = uint32(s.last_bytes_)
encode.go#L952: s.last_bytes_ = 0
encode.go#L1026: storage[0] = byte(s.last_bytes_)
encode.go#L1027: storage[1] = byte(s.last_bytes_ >> 8)
encode.go#L1041: s.last_bytes_ = uint16(storage[storage_ix>>3])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |